home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Prog / M / MacOberon 4.0.sit / MacOberon 4.0 / Toolbox Interfaces / Toolbox.Tool (.txt) < prev   
Encoding:
Oberon Text  |  1993-10-25  |  874 b   |  24 lines  |  [.Ob./.Ob5]

  1. Syntax10.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. Syntax10b.Scn.Fnt
  5. Syntax10i.Scn.Fnt
  6. Introduction to MacOberon's ToolBox Interfaces
  7. MacOberon offers a simple means for defining interfaces to the Macintosh Operating System and Toolbox. A subset of these interfaces has been defined in a series of interface modules and additions can be created easily.
  8. Files Supplied in this Release
  9. Documentation:
  10.     Edit.Open DK.MacOberonApp.Text
  11. Sample source:
  12.     Edit.Open SampleApp.Mod
  13.     Edit.Open Import.Mod
  14. Linking:
  15.     ApplLinker.Link SampleApp SAMP ~    2nd paramter is creator
  16.     ApplLinker.Launch SampleApp
  17. Recompiling the toolbox files:
  18.     Compiler.Compile 
  19.         MacMemory.Mod/s    MacImaging.Mod/s
  20.         MacToolbox.Mod/s    MacFiles.Mod/s
  21.         MacProcesses.Mod/s    MacOSUtils.Mod/s
  22.         MacMoreToolbox.Mod/s    MacText.Mod/s
  23.         MacIAC.Mod/s ~
  24.